home *** CD-ROM | disk | FTP | other *** search
-
-
-
- bbbbaaaasssseeee((((3333)))) bbbbaaaasssseeee((((3333))))
-
-
-
- NNNNAAAAMMMMEEEE
- base - Establish IS-A relationship with base class at compile time
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- package Baz;
- use base qw(Foo Bar);
-
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- Roughly similar in effect to
-
- BEGIN {
- require Foo;
- require Bar;
- push @ISA, qw(Foo Bar);
- }
-
- When strict 'vars' is in scope _b_a_s_e also let you assign to @ISA without
- having to declare @ISA with the 'vars' pragma first.
-
- This module was introduced with Perl 5.004_04.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- the _f_i_e_l_d_s manpage
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-